oxenstored: Re-add ocaml syslog binding
authorDavid Scott <dave.scott@eu.citrix.com>
Tue, 19 Mar 2013 16:42:40 +0000 (16:42 +0000)
committerDavid Scott <dave.scott@eu.citrix.com>
Tue, 19 Mar 2013 21:15:59 +0000 (21:15 +0000)
commit2f778405fe074ae0801d6328da6ba869e4786d77
tree9105a6ae2ff0bb182ce8bea216f94c3f78b66fc0
parentf91c9f4254c926c92815da881fdff2a14ce72acf
oxenstored: Re-add ocaml syslog binding

This was lost in the OCaml xenstored log merge of 10/Oct/2011.

The binding isn't exported as a shared "log" library, instead it is kept
local to xenstored.

Signed-off-by: David Scott <dave.scott@eu.citrix.com>
tools/ocaml/xenstored/Makefile
tools/ocaml/xenstored/syslog.ml [new file with mode: 0644]
tools/ocaml/xenstored/syslog.mli [new file with mode: 0644]
tools/ocaml/xenstored/syslog_stubs.c [new file with mode: 0644]